DELETEINDEX Statement ---------------------------------------------------------------------------- Action Permanently removes an index from an ISAM database. Syntax DELETEINDEX -#- filenumber%, indexname$ Remarks The DELETEINDEX statement uses the following arguments. ----------------------------------------------------------------------------- Argument Description ---------------------------------------------------------------------------- filenumber% The number of the open ISAM table that was used in the OPEN statement. indexname$ The name used in the CREATEINDEX statement to create the index. See Also CREATEINDEX, GETINDEX$, SETINDEX Example See the CREATEINDEX statement programming example, which uses the DELETEINDEX statement.